home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 351-375 / 351 / pdc / pdcsrc.lzh / PDC / Version.h < prev   
C/C++ Source or Header  |  1990-04-06  |  1KB  |  38 lines

  1.  
  2. /* PDC Compiler - A Freely Distributable C Compiler for the Amiga
  3.  *                Based upon prior work by Matthew Brandt and Jeff Lydiatt.
  4.  *
  5.  * PDC Compiler release 3.3 Copyright (C) 1989 Paul Petersen and Lionel Hummel.
  6.  * PDC Software Distribution (C) 1989 Lionel Hummel and Paul Petersen.
  7.  *
  8.  * This code is freely redistributable upon the conditions that this 
  9.  * notice remains intact and that modified versions of this file not be 
  10.  * distributed as part of the PDC Software Distribution without the express
  11.  * consent of the copyright holders.
  12.  *
  13.  *------------------------------------------------------------------
  14.  *
  15.  * $Log:    Version.h,v $
  16.  * Revision 3.33  90/04/05  22:51:41  lionel
  17.  * *** empty log message ***
  18.  * 
  19.  * Revision 3.32  90/02/03  16:25:57  lionel
  20.  * None
  21.  * 
  22.  *------------------------------------------------------------------
  23.  */
  24.  
  25. /*  Version.h
  26.  *
  27.  *  This is the current patch level for this version of PDC.
  28.  *
  29.  *  No responsibility is taken for any errors or inaccuracies inherent
  30.  *  either to the comments or the code of this program, but if
  31.  *  reported, we can attempt to fix them.
  32.  */
  33.  
  34. #ifdef AZTEC_C
  35. #define VERSION "PDC Compiler version 3.33 (4/5/90)"
  36. #else
  37. #define VERSION "PDC Compiler version 3.33 ("__DATE__")"
  38. #endif